projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6d60a
)
imwayland: Fix parent type
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 5 Mar 2018 17:51:00 +0000
(18:51 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Wed, 7 Mar 2018 09:58:22 +0000
(10:58 +0100)
It was inadvertently changed in commit
15cc20e7b
.
https://gitlab.gnome.org/GNOME/gtk/issues/58
Closes: #58
gtk/gtkimcontextwayland.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextwayland.c
b/gtk/gtkimcontextwayland.c
index 698954c44d31b42f4675761adb7998f7b925cae4..be1159b09437fea867ca2d339b5e59624b77eb87 100644
(file)
--- a/
gtk/gtkimcontextwayland.c
+++ b/
gtk/gtkimcontextwayland.c
@@
-70,7
+70,7
@@
struct _GtkIMContextWayland
guint use_preedit : 1;
};
-G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_IM_CONTEXT,
+G_DEFINE_TYPE_WITH_CODE (GtkIMContextWayland, gtk_im_context_wayland, GTK_TYPE_IM_CONTEXT
_SIMPLE
,
g_io_extension_point_implement (GTK_IM_MODULE_EXTENSION_POINT_NAME,
g_define_type_id,
"wayland",